home *** CD-ROM | disk | FTP | other *** search
/ Exploring Where & Why / Exploring Where & Why.iso / pc / MODULES / LESSON08 / ACT08B / common8.cst / 00049_done.ls < prev    next >
Encoding:
Text File  |  2004-07-11  |  104 b   |  5 lines

  1. on mouseDown me
  2.   if bounceButton(the clickOn) then
  3.     go to movie the moviePath&"L08Exit"
  4.   end if
  5. end